
	@font-face
{
    font-family: "Droid_Arabic_Kufiimport";
    src: url("Droid_Arabic_Kufi.ttf");
}

#font
{
	font-family:"Droid_Arabic_Kufiimport";
	text-decoration: none;
}

#font-with-color
{
	font-family:"Droid_Arabic_Kufiimport";
	color:red;
}


* {
  box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.my-sidebar{
	margin-top: 70px;
}


#more {display: none;}


video {
    object-fit: fill;
}